home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / kernserv / kern_loader_error.h < prev    next >
Text File  |  1991-08-08  |  369b  |  20 lines

  1. /* 
  2.  * Copyright (c) 1989 NeXT, Inc.
  3.  *
  4.  * HISTORY
  5.  * 07-Jun-89  Gregg Kellogg (gk) at NeXT
  6.  *    Created.
  7.  *
  8.  */ 
  9.  
  10. /*
  11.  * Print an error message for the specified return value.
  12.  */
  13. void kern_loader_error(const char *s, kern_return_t r);
  14.  
  15. /*
  16.  * Return the error string associated with the specified return value.
  17.  */
  18. const char *kern_loader_error_string(kern_return_t r);
  19.  
  20.